runtime.pollInfo.closing (method)

2 uses

	runtime (current package)
		netpoll.go#L132: func (i pollInfo) closing() bool              { return i&pollClosing != 0 }
		netpoll.go#L502: 	if info.closing() {